Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: stb_voxel_render-devel | Distribution: Fedora Project |
Version: 0.89^20230129git5736b15 | Vendor: Fedora Project |
Release: 0.7.fc39 | Build date: Sat Jul 22 04:42:04 2023 |
Group: Unspecified | Build host: buildvm-x86-16.iad2.fedoraproject.org |
Size: 163850 | Source RPM: stb-0^20230129git5736b15-0.7.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/nothings/stb | |
Summary: Helps render large-scale “voxel” worlds for games |
This library helps render large-scale “voxel” worlds for games, in this case, one with blocks that can have textures and that can also be a few shapes other than cubes. Video introduction: http://www.youtube.com/watch?v=2vnTtiLrV1w Minecraft-viewer sample app (not very simple though): http://github.com/nothings/stb/tree/master/tests/caveview It works by creating triangle meshes. The library includes - converter from dense 3D arrays of block info to vertex mesh - vertex & fragment shaders for the vertex mesh - assistance in setting up shader state For portability, none of the library code actually accesses the 3D graphics API. (At the moment, it’s not actually portable since the shaders are GLSL only, but patches are welcome.) You have to do all the caching and tracking of vertex buffers yourself. However, you could also try making a game with a small enough world that it’s fully loaded rather than streaming. Currently the preferred vertex format is 20 bytes per quad. There are designs to allow much more compact formats with a slight reduction in shader features, but no roadmap for actually implementing them.
MIT OR Unlicense
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0^20230129git5736b15-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jun 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.6 - Use new (rpm 4.17.1+) bcond style * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.5 - Remove explicit %set_build_flags, not needed since F36 * Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.2 - Fix null pointer dereference in stb_image * Mon Jan 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.1 - Update to 5736b1 (version history and README updates) * Sun Jan 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git6199bf7-0.1 - Update to 6199bf7 (stb_image 2.28) - Security-related patches for stb_image have been merged upstream, and there are other bugfixes. * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0^20220908git8b5f1f3-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.4 - Patch in a candidate fix for ossfuzz issue 24232 - Improves handling of certain invalid PNGs by stb_image * Sat Sep 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.3 - A few improved descriptions * Sat Sep 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.2 - Improved summaries based on upstream’s README.md * Fri Sep 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.1 - Update to 8b5f1f3 - The stb_perlin-devel subpackage has been restored, as upstream believes all relevant patents are now expired. * Fri Sep 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.5 - Update License to SPDX * Thu Jul 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.4 - Reword spec file note on stb_include * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0^20210910gitaf1a5bc-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.2 - Security fix for CVE-2022-28041 (fix RHBZ#2077020, fix RBHZ#2077019) * Sat Apr 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.1 - Switch to modern snapshot versioning * Sat Apr 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.10 - Stop numbering patches * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Oct 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.8 - Apply a patch for warnings in stb_herringbone_wang_tile * Fri Oct 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.7 - Security fix for CVE-2021-42715 and CVE-2021-42716 * Fri Oct 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.6 - Update to af1a5bc * Fri Oct 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.5 - Reduce macro indirection in the spec file * Thu Sep 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.4 - Update to c0c9826 (fix RHBZ#2002436) * Tue Aug 24 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.3 - Fix signature of dummy realloc() for STB_VORBIS_NO_CRT * Mon Aug 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.2 - Use symlinks so including "stb_foo.h" and "stb/stb_foo.h" both work * Mon Aug 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.1 - Initial package
/usr/include/stb /usr/include/stb/stb_voxel_render.h /usr/include/stb_voxel_render.h /usr/share/licenses/stb_voxel_render-devel /usr/share/licenses/stb_voxel_render-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jun 4 19:51:45 2025